[INFO] fetching crate some_local_executor 0.1.2...
[INFO] testing some_local_executor-0.1.2 against try#0abe69e6c16114311cc2700e972492e64d69c28f for pr-154065-1
[INFO] extracting crate some_local_executor 0.1.2 into /workspace/builds/worker-6-tc2/source
[INFO] started tweaking crates.io crate some_local_executor 0.1.2
[INFO] finished tweaking crates.io crate some_local_executor 0.1.2
[INFO] tweaked toml for crates.io crate some_local_executor 0.1.2 written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate some_local_executor 0.1.2 on toolchain 0abe69e6c16114311cc2700e972492e64d69c28f
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate some_local_executor 0.1.2 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 9e77861324268f46381598d982cae2e96795db013a2295f05b11d5257a91a75f
[INFO] running `Command { std: "docker" "start" "-a" "9e77861324268f46381598d982cae2e96795db013a2295f05b11d5257a91a75f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "9e77861324268f46381598d982cae2e96795db013a2295f05b11d5257a91a75f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9e77861324268f46381598d982cae2e96795db013a2295f05b11d5257a91a75f", kill_on_drop: false }`
[INFO] [stdout] 9e77861324268f46381598d982cae2e96795db013a2295f05b11d5257a91a75f
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] fc67bfcda3c515710e8185f7a493dadd8eec801ba9f8a43eb90245a0592b5ccd
[INFO] running `Command { std: "docker" "start" "-a" "fc67bfcda3c515710e8185f7a493dadd8eec801ba9f8a43eb90245a0592b5ccd", kill_on_drop: false }`
[INFO] [stderr]    Compiling priority v0.1.1
[INFO] [stderr]    Compiling logwise_proc v0.1.1
[INFO] [stderr]    Compiling some_executor v0.4.1
[INFO] [stderr]    Compiling logwise v0.2.3
[INFO] [stderr]    Compiling some_local_executor v0.1.2 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/lib.rs:118:26
[INFO] [stdout]     |
[INFO] [stdout] 118 |     fn new(task: Pin<Box<(dyn DynLocalSpawnedTask<Executor<'executor>> + 'executor)>>, sender: Sender) -> Self {
[INFO] [stdout]     |                          ^                                                        ^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 118 -     fn new(task: Pin<Box<(dyn DynLocalSpawnedTask<Executor<'executor>> + 'executor)>>, sender: Sender) -> Self {
[INFO] [stdout] 118 +     fn new(task: Pin<Box<dyn DynLocalSpawnedTask<Executor<'executor>> + 'executor>>, sender: Sender) -> Self {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/lib.rs:321:46
[INFO] [stdout]     |
[INFO] [stdout] 321 |     fn enqueue_task(&mut self, task: Pin<Box<(dyn DynLocalSpawnedTask<Executor<'tasks>> + 'tasks)>>) {
[INFO] [stdout]     |                                              ^                                                  ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 321 -     fn enqueue_task(&mut self, task: Pin<Box<(dyn DynLocalSpawnedTask<Executor<'tasks>> + 'tasks)>>) {
[INFO] [stdout] 321 +     fn enqueue_task(&mut self, task: Pin<Box<dyn DynLocalSpawnedTask<Executor<'tasks>> + 'tasks>>) {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/lib.rs:370:118
[INFO] [stdout]     |
[INFO] [stdout] 370 | ...ture<Output=Box<dyn Any>>>>, Box<dyn ObserverNotified<(dyn Any + 'static)>>>) -> Box<dyn Observer<Value=Box<dyn Any>, Output = F...
[INFO] [stdout]     |                                                          ^                 ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 370 -     fn spawn_local_objsafe(&mut self, task: Task<Pin<Box<dyn Future<Output=Box<dyn Any>>>>, Box<dyn ObserverNotified<(dyn Any + 'static)>>>) -> Box<dyn Observer<Value=Box<dyn Any>, Output = FinishedObservation<Box<dyn Any>>>> {
[INFO] [stdout] 370 +     fn spawn_local_objsafe(&mut self, task: Task<Pin<Box<dyn Future<Output=Box<dyn Any>>>>, Box<dyn ObserverNotified<dyn Any + 'static>>>) -> Box<dyn Observer<Value=Box<dyn Any>, Output = FinishedObservation<Box<dyn Any>>>> {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/lib.rs:376:131
[INFO] [stdout]     |
[INFO] [stdout] 376 | ...ture<Output=Box<dyn Any>>>>, Box<dyn ObserverNotified<(dyn Any + 'static)>>>) -> Box<dyn Future<Output=Box<dyn Observer<Value=Bo...
[INFO] [stdout]     |                                                          ^                 ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 376 -     fn spawn_local_objsafe_async<'s>(&'s mut self, task: Task<Pin<Box<dyn Future<Output=Box<dyn Any>>>>, Box<dyn ObserverNotified<(dyn Any + 'static)>>>) -> Box<dyn Future<Output=Box<dyn Observer<Value=Box<dyn Any>, Output = FinishedObservation<Box<dyn Any>>>>> + 's> {
[INFO] [stdout] 376 +     fn spawn_local_objsafe_async<'s>(&'s mut self, task: Task<Pin<Box<dyn Future<Output=Box<dyn Any>>>>, Box<dyn ObserverNotified<dyn Any + 'static>>>) -> Box<dyn Future<Output=Box<dyn Observer<Value=Box<dyn Any>, Output = FinishedObservation<Box<dyn Any>>>>> + 's> {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.26s
[INFO] running `Command { std: "docker" "inspect" "fc67bfcda3c515710e8185f7a493dadd8eec801ba9f8a43eb90245a0592b5ccd", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "fc67bfcda3c515710e8185f7a493dadd8eec801ba9f8a43eb90245a0592b5ccd", kill_on_drop: false }`
[INFO] [stdout] fc67bfcda3c515710e8185f7a493dadd8eec801ba9f8a43eb90245a0592b5ccd
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 2b82a91263d29e3919110fa687609ea64e6a2862befe0b3f2cb29cb660b618d7
[INFO] running `Command { std: "docker" "start" "-a" "2b82a91263d29e3919110fa687609ea64e6a2862befe0b3f2cb29cb660b618d7", kill_on_drop: false }`
[INFO] [stderr]    Compiling some_local_executor v0.1.2 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/lib.rs:118:26
[INFO] [stdout]     |
[INFO] [stdout] 118 |     fn new(task: Pin<Box<(dyn DynLocalSpawnedTask<Executor<'executor>> + 'executor)>>, sender: Sender) -> Self {
[INFO] [stdout]     |                          ^                                                        ^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 118 -     fn new(task: Pin<Box<(dyn DynLocalSpawnedTask<Executor<'executor>> + 'executor)>>, sender: Sender) -> Self {
[INFO] [stdout] 118 +     fn new(task: Pin<Box<dyn DynLocalSpawnedTask<Executor<'executor>> + 'executor>>, sender: Sender) -> Self {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/lib.rs:321:46
[INFO] [stdout]     |
[INFO] [stdout] 321 |     fn enqueue_task(&mut self, task: Pin<Box<(dyn DynLocalSpawnedTask<Executor<'tasks>> + 'tasks)>>) {
[INFO] [stdout]     |                                              ^                                                  ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 321 -     fn enqueue_task(&mut self, task: Pin<Box<(dyn DynLocalSpawnedTask<Executor<'tasks>> + 'tasks)>>) {
[INFO] [stdout] 321 +     fn enqueue_task(&mut self, task: Pin<Box<dyn DynLocalSpawnedTask<Executor<'tasks>> + 'tasks>>) {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/lib.rs:370:118
[INFO] [stdout]     |
[INFO] [stdout] 370 | ...ture<Output=Box<dyn Any>>>>, Box<dyn ObserverNotified<(dyn Any + 'static)>>>) -> Box<dyn Observer<Value=Box<dyn Any>, Output = F...
[INFO] [stdout]     |                                                          ^                 ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 370 -     fn spawn_local_objsafe(&mut self, task: Task<Pin<Box<dyn Future<Output=Box<dyn Any>>>>, Box<dyn ObserverNotified<(dyn Any + 'static)>>>) -> Box<dyn Observer<Value=Box<dyn Any>, Output = FinishedObservation<Box<dyn Any>>>> {
[INFO] [stdout] 370 +     fn spawn_local_objsafe(&mut self, task: Task<Pin<Box<dyn Future<Output=Box<dyn Any>>>>, Box<dyn ObserverNotified<dyn Any + 'static>>>) -> Box<dyn Observer<Value=Box<dyn Any>, Output = FinishedObservation<Box<dyn Any>>>> {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/lib.rs:376:131
[INFO] [stdout]     |
[INFO] [stdout] 376 | ...ture<Output=Box<dyn Any>>>>, Box<dyn ObserverNotified<(dyn Any + 'static)>>>) -> Box<dyn Future<Output=Box<dyn Observer<Value=Bo...
[INFO] [stdout]     |                                                          ^                 ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 376 -     fn spawn_local_objsafe_async<'s>(&'s mut self, task: Task<Pin<Box<dyn Future<Output=Box<dyn Any>>>>, Box<dyn ObserverNotified<(dyn Any + 'static)>>>) -> Box<dyn Future<Output=Box<dyn Observer<Value=Box<dyn Any>, Output = FinishedObservation<Box<dyn Any>>>>> + 's> {
[INFO] [stdout] 376 +     fn spawn_local_objsafe_async<'s>(&'s mut self, task: Task<Pin<Box<dyn Future<Output=Box<dyn Any>>>>, Box<dyn ObserverNotified<dyn Any + 'static>>>) -> Box<dyn Future<Output=Box<dyn Observer<Value=Box<dyn Any>, Output = FinishedObservation<Box<dyn Any>>>>> + 's> {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/lib.rs:118:26
[INFO] [stdout]     |
[INFO] [stdout] 118 |     fn new(task: Pin<Box<(dyn DynLocalSpawnedTask<Executor<'executor>> + 'executor)>>, sender: Sender) -> Self {
[INFO] [stdout]     |                          ^                                                        ^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 118 -     fn new(task: Pin<Box<(dyn DynLocalSpawnedTask<Executor<'executor>> + 'executor)>>, sender: Sender) -> Self {
[INFO] [stdout] 118 +     fn new(task: Pin<Box<dyn DynLocalSpawnedTask<Executor<'executor>> + 'executor>>, sender: Sender) -> Self {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/lib.rs:321:46
[INFO] [stdout]     |
[INFO] [stdout] 321 |     fn enqueue_task(&mut self, task: Pin<Box<(dyn DynLocalSpawnedTask<Executor<'tasks>> + 'tasks)>>) {
[INFO] [stdout]     |                                              ^                                                  ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 321 -     fn enqueue_task(&mut self, task: Pin<Box<(dyn DynLocalSpawnedTask<Executor<'tasks>> + 'tasks)>>) {
[INFO] [stdout] 321 +     fn enqueue_task(&mut self, task: Pin<Box<dyn DynLocalSpawnedTask<Executor<'tasks>> + 'tasks>>) {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/lib.rs:370:118
[INFO] [stdout]     |
[INFO] [stdout] 370 | ...ture<Output=Box<dyn Any>>>>, Box<dyn ObserverNotified<(dyn Any + 'static)>>>) -> Box<dyn Observer<Value=Box<dyn Any>, Output = F...
[INFO] [stdout]     |                                                          ^                 ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 370 -     fn spawn_local_objsafe(&mut self, task: Task<Pin<Box<dyn Future<Output=Box<dyn Any>>>>, Box<dyn ObserverNotified<(dyn Any + 'static)>>>) -> Box<dyn Observer<Value=Box<dyn Any>, Output = FinishedObservation<Box<dyn Any>>>> {
[INFO] [stdout] 370 +     fn spawn_local_objsafe(&mut self, task: Task<Pin<Box<dyn Future<Output=Box<dyn Any>>>>, Box<dyn ObserverNotified<dyn Any + 'static>>>) -> Box<dyn Observer<Value=Box<dyn Any>, Output = FinishedObservation<Box<dyn Any>>>> {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/lib.rs:376:131
[INFO] [stdout]     |
[INFO] [stdout] 376 | ...ture<Output=Box<dyn Any>>>>, Box<dyn ObserverNotified<(dyn Any + 'static)>>>) -> Box<dyn Future<Output=Box<dyn Observer<Value=Bo...
[INFO] [stdout]     |                                                          ^                 ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 376 -     fn spawn_local_objsafe_async<'s>(&'s mut self, task: Task<Pin<Box<dyn Future<Output=Box<dyn Any>>>>, Box<dyn ObserverNotified<(dyn Any + 'static)>>>) -> Box<dyn Future<Output=Box<dyn Observer<Value=Box<dyn Any>, Output = FinishedObservation<Box<dyn Any>>>>> + 's> {
[INFO] [stdout] 376 +     fn spawn_local_objsafe_async<'s>(&'s mut self, task: Task<Pin<Box<dyn Future<Output=Box<dyn Any>>>>, Box<dyn ObserverNotified<dyn Any + 'static>>>) -> Box<dyn Future<Output=Box<dyn Observer<Value=Box<dyn Any>, Output = FinishedObservation<Box<dyn Any>>>>> + 's> {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.65s
[INFO] running `Command { std: "docker" "inspect" "2b82a91263d29e3919110fa687609ea64e6a2862befe0b3f2cb29cb660b618d7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2b82a91263d29e3919110fa687609ea64e6a2862befe0b3f2cb29cb660b618d7", kill_on_drop: false }`
[INFO] [stdout] 2b82a91263d29e3919110fa687609ea64e6a2862befe0b3f2cb29cb660b618d7
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] b6d212540f108422e9e5daeaa24557eeef45fadbc2e8eff0ed2df410d9ee283a
[INFO] running `Command { std: "docker" "start" "-a" "b6d212540f108422e9e5daeaa24557eeef45fadbc2e8eff0ed2df410d9ee283a", kill_on_drop: false }`
[INFO] [stderr] warning: unnecessary parentheses around type
[INFO] [stderr]    --> src/lib.rs:118:26
[INFO] [stderr]     |
[INFO] [stderr] 118 |     fn new(task: Pin<Box<(dyn DynLocalSpawnedTask<Executor<'executor>> + 'executor)>>, sender: Sender) -> Self {
[INFO] [stderr]     |                          ^                                                        ^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr]     |
[INFO] [stderr] 118 -     fn new(task: Pin<Box<(dyn DynLocalSpawnedTask<Executor<'executor>> + 'executor)>>, sender: Sender) -> Self {
[INFO] [stderr] 118 +     fn new(task: Pin<Box<dyn DynLocalSpawnedTask<Executor<'executor>> + 'executor>>, sender: Sender) -> Self {
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around type
[INFO] [stderr]    --> src/lib.rs:321:46
[INFO] [stderr]     |
[INFO] [stderr] 321 |     fn enqueue_task(&mut self, task: Pin<Box<(dyn DynLocalSpawnedTask<Executor<'tasks>> + 'tasks)>>) {
[INFO] [stderr]     |                                              ^                                                  ^
[INFO] [stderr]     |
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr]     |
[INFO] [stderr] 321 -     fn enqueue_task(&mut self, task: Pin<Box<(dyn DynLocalSpawnedTask<Executor<'tasks>> + 'tasks)>>) {
[INFO] [stderr] 321 +     fn enqueue_task(&mut self, task: Pin<Box<dyn DynLocalSpawnedTask<Executor<'tasks>> + 'tasks>>) {
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around type
[INFO] [stderr]    --> src/lib.rs:370:118
[INFO] [stderr]     |
[INFO] [stderr] 370 | ...ture<Output=Box<dyn Any>>>>, Box<dyn ObserverNotified<(dyn Any + 'static)>>>) -> Box<dyn Observer<Value=Box<dyn Any>, Output = F...
[INFO] [stderr]     |                                                          ^                 ^
[INFO] [stderr]     |
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr]     |
[INFO] [stderr] 370 -     fn spawn_local_objsafe(&mut self, task: Task<Pin<Box<dyn Future<Output=Box<dyn Any>>>>, Box<dyn ObserverNotified<(dyn Any + 'static)>>>) -> Box<dyn Observer<Value=Box<dyn Any>, Output = FinishedObservation<Box<dyn Any>>>> {
[INFO] [stderr] 370 +     fn spawn_local_objsafe(&mut self, task: Task<Pin<Box<dyn Future<Output=Box<dyn Any>>>>, Box<dyn ObserverNotified<dyn Any + 'static>>>) -> Box<dyn Observer<Value=Box<dyn Any>, Output = FinishedObservation<Box<dyn Any>>>> {
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around type
[INFO] [stderr]    --> src/lib.rs:376:131
[INFO] [stderr]     |
[INFO] [stderr] 376 | ...ture<Output=Box<dyn Any>>>>, Box<dyn ObserverNotified<(dyn Any + 'static)>>>) -> Box<dyn Future<Output=Box<dyn Observer<Value=Bo...
[INFO] [stderr]     |                                                          ^                 ^
[INFO] [stderr]     |
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr]     |
[INFO] [stderr] 376 -     fn spawn_local_objsafe_async<'s>(&'s mut self, task: Task<Pin<Box<dyn Future<Output=Box<dyn Any>>>>, Box<dyn ObserverNotified<(dyn Any + 'static)>>>) -> Box<dyn Future<Output=Box<dyn Observer<Value=Box<dyn Any>, Output = FinishedObservation<Box<dyn Any>>>>> + 's> {
[INFO] [stderr] 376 +     fn spawn_local_objsafe_async<'s>(&'s mut self, task: Task<Pin<Box<dyn Future<Output=Box<dyn Any>>>>, Box<dyn ObserverNotified<dyn Any + 'static>>>) -> Box<dyn Future<Output=Box<dyn Observer<Value=Box<dyn Any>, Output = FinishedObservation<Box<dyn Any>>>>> + 's> {
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: `some_local_executor` (lib) generated 4 warnings (run `cargo fix --lib -p some_local_executor` to apply 4 suggestions)
[INFO] [stderr] warning: `some_local_executor` (lib test) generated 4 warnings (4 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.04s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/some_local_executor-95900913523223b1)
[INFO] [stdout] 
[INFO] [stdout] running 5 tests
[INFO] [stderr]  1 PERFWARN: BEGIN src/lib.rs:208:25 [0ns] do_some does not currently sort tasks well
[INFO] [stderr]  1 PERWARN: END [172.64µs] do_some does not currently sort tasks well [interval took 3.59µs] 
[INFO] [stderr] 1 PERFWARN: statistics[do_some does not currently sort tasks well: 3.59µs,]
[INFO] [stderr]  0 PERFWARN: BEGIN src/lib.rs:208:25 [0ns] do_some does not currently sort tasks well
[INFO] [stdout] test some_executor_adapter::tests::test_send_sync ... ok
[INFO] [stdout] test tests::test_do_empty ... ok
[INFO] [stderr]   2 DEBUG: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/logwise-0.2.3/src/context.rs:235:13 [558.3µs] Enter task `single_threaded_executor::do_some` parent: `0`
[INFO] [stderr]  3 PERFWARN: BEGIN src/lib.rs:208:25 [949.88µs] do_some does not currently sort tasks well
[INFO] [stderr]  3 PERWARN: END [1.29251ms] do_some does not currently sort tasks well [interval took 2.11µs] 
[INFO] [stderr]  3 PERFWARN: BEGIN src/lib.rs:208:25 [1.31851ms] do_some does not currently sort tasks well
[INFO] [stderr]   4 DEBUG: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/logwise-0.2.3/src/context.rs:235:13 [1.33129ms] Enter task `single_threaded_executor::do_some` parent: `3`
[INFO] [stderr]   4 DEBUG: src/lib.rs:235:13 [1.34648ms] Polling task TaskID(1) spawn_task
[INFO] [stderr] 4 Finished task `single_threaded_executor::do_some`
[INFO] [stderr]  3 PERWARN: END [1.56937ms] do_some does not currently sort tasks well [interval took 241.74µs] 
[INFO] [stdout] test some_executor_adapter::tests::spawn_task ... ok
[INFO] [stderr] 3 PERFWARN: statistics[do_some does not currently sort tasks well: 243.85µs,]
[INFO] [stderr]   2 DEBUG: src/lib.rs:214:13 [1.27025ms] Polling task TaskID(0) test_do
[INFO] [stdout] test tests::test_do ... ok
[INFO] [stderr] 2 Finished task `single_threaded_executor::do_some`
[INFO] [stderr]  0 PERWARN: END [2.16027ms] do_some does not currently sort tasks well [interval took 1.60816ms] 
[INFO] [stderr]  0 PERFWARN: BEGIN src/lib.rs:265:41 [2.19472ms] O(n) search for task_id
[INFO] [stderr]  0 PERWARN: END [2.20524ms] O(n) search for task_id [interval took 910ns] 
[INFO] [stderr]  0 PERFWARN: BEGIN src/lib.rs:208:25 [2.2176ms] do_some does not currently sort tasks well
[INFO] [stderr]   5 DEBUG: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/logwise-0.2.3/src/context.rs:235:13 [2.22985ms] Enter task `single_threaded_executor::do_some` parent: `0`
[INFO] [stderr]   5 DEBUG: src/lib.rs:214:13 [2.24414ms] Polling task TaskID(0) test_do
[INFO] [stderr] 5 Finished task `single_threaded_executor::do_some`
[INFO] [stderr]  0 PERWARN: END [2.26795ms] do_some does not currently sort tasks well [interval took 41.07µs] 
[INFO] [stderr]  0 PERFWARN: BEGIN src/lib.rs:265:41 [2.28305ms] O(n) search for task_id
[INFO] [stderr]  0 PERWARN: END [2.29294ms] O(n) search for task_id [interval took 410ns] 
[INFO] [stderr]  0 PERFWARN: BEGIN src/lib.rs:208:25 [2.3037ms] do_some does not currently sort tasks well
[INFO] [stderr]   6 DEBUG: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/logwise-0.2.3/src/context.rs:235:13 [2.31383ms] Enter task `single_threaded_executor::do_some` parent: `0`
[INFO] [stderr]   6 DEBUG: src/lib.rs:214:13 [2.32716ms] Polling task TaskID(0) test_do
[INFO] [stderr] 6 Finished task `single_threaded_executor::do_some`
[INFO] [stderr]  0 PERWARN: END [2.34803ms] do_some does not currently sort tasks well [interval took 35.92µs] 
[INFO] [stderr]  0 PERFWARN: BEGIN src/lib.rs:265:41 [2.35867ms] O(n) search for task_id
[INFO] [stderr]  0 PERWARN: END [2.36731ms] O(n) search for task_id [interval took 280ns] 
[INFO] [stderr]  0 PERFWARN: BEGIN src/lib.rs:208:25 [2.38457ms] do_some does not currently sort tasks well
[INFO] [stderr]   7 DEBUG: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/logwise-0.2.3/src/context.rs:235:13 [2.39422ms] Enter task `single_threaded_executor::do_some` parent: `0`
[INFO] [stderr]   7 DEBUG: src/lib.rs:214:13 [2.40708ms] Polling task TaskID(0) test_do
[INFO] [stderr] 7 Finished task `single_threaded_executor::do_some`
[INFO] [stderr]  0 PERWARN: END [2.42863ms] do_some does not currently sort tasks well [interval took 36.01µs] 
[INFO] [stderr]  0 PERFWARN: BEGIN src/lib.rs:265:41 [2.44503ms] O(n) search for task_id
[INFO] [stderr]  0 PERWARN: END [2.45375ms] O(n) search for task_id [interval took 350ns] 
[INFO] [stderr]  0 PERFWARN: BEGIN src/lib.rs:208:25 [2.46396ms] do_some does not currently sort tasks well
[INFO] [stderr]   8 DEBUG: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/logwise-0.2.3/src/context.rs:235:13 [2.47398ms] Enter task `single_threaded_executor::do_some` parent: `0`
[INFO] [stderr]   8 DEBUG: src/lib.rs:214:13 [2.48784ms] Polling task TaskID(0) test_do
[INFO] [stderr] 8 Finished task `single_threaded_executor::do_some`
[INFO] [stderr]  0 PERWARN: END [2.51012ms] do_some does not currently sort tasks well [interval took 38.12µs] 
[INFO] [stderr]  0 PERFWARN: BEGIN src/lib.rs:265:41 [2.52233ms] O(n) search for task_id
[INFO] [stderr]  0 PERWARN: END [2.53247ms] O(n) search for task_id [interval took 410ns] 
[INFO] [stderr]  0 PERFWARN: BEGIN src/lib.rs:208:25 [2.54312ms] do_some does not currently sort tasks well
[INFO] [stderr]   9 DEBUG: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/logwise-0.2.3/src/context.rs:235:13 [2.55359ms] Enter task `single_threaded_executor::do_some` parent: `0`
[INFO] [stderr]   9 DEBUG: src/lib.rs:214:13 [2.56798ms] Polling task TaskID(0) test_do
[INFO] [stderr] 9 Finished task `single_threaded_executor::do_some`
[INFO] [stderr]  0 PERWARN: END [2.59064ms] do_some does not currently sort tasks well [interval took 39.03µs] 
[INFO] [stderr]  0 PERFWARN: BEGIN src/lib.rs:265:41 [2.60191ms] O(n) search for task_id
[INFO] [stderr]  0 PERWARN: END [2.61097ms] O(n) search for task_id [interval took 290ns] 
[INFO] [stderr]  0 PERFWARN: BEGIN src/lib.rs:208:25 [2.62127ms] do_some does not currently sort tasks well
[INFO] [stderr]   10 DEBUG: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/logwise-0.2.3/src/context.rs:235:13 [2.63696ms] Enter task `single_threaded_executor::do_some` parent: `0`
[INFO] [stderr]   10 DEBUG: src/lib.rs:214:13 [2.6719ms] Polling task TaskID(0) test_do
[INFO] [stderr] 10 Finished task `single_threaded_executor::do_some`
[INFO] [stderr]  0 PERWARN: END [2.69489ms] do_some does not currently sort tasks well [interval took 59.98µs] 
[INFO] [stderr]  0 PERFWARN: BEGIN src/lib.rs:265:41 [2.70595ms] O(n) search for task_id
[INFO] [stderr]  0 PERWARN: END [2.7168ms] O(n) search for task_id [interval took 340ns] 
[INFO] [stderr]  0 PERFWARN: BEGIN src/lib.rs:208:25 [2.73724ms] do_some does not currently sort tasks well
[INFO] [stderr]   12 DEBUG: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/logwise-0.2.3/src/context.rs:235:13 [2.75547ms] Enter task `single_threaded_executor::do_some` parent: `0`
[INFO] [stderr]   12 DEBUG: src/lib.rs:214:13 [2.77506ms] Polling task TaskID(0) test_do
[INFO] [stderr] 12 Finished task `single_threaded_executor::do_some`
[INFO] [stderr]  0 PERWARN: END [2.80751ms] do_some does not currently sort tasks well [interval took 54.33µs] 
[INFO] [stderr]  0 PERFWARN: BEGIN src/lib.rs:265:41 [2.82864ms] O(n) search for task_id
[INFO] [stderr]  0 PERWARN: END [2.84276ms] O(n) search for task_id [interval took 380ns] 
[INFO] [stderr]  0 PERFWARN: BEGIN src/lib.rs:208:25 [2.85828ms] do_some does not currently sort tasks well
[INFO] [stderr]   13 DEBUG: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/logwise-0.2.3/src/context.rs:235:13 [2.87353ms] Enter task `single_threaded_executor::do_some` parent: `0`
[INFO] [stderr]   13 DEBUG: src/lib.rs:214:13 [2.89221ms] Polling task TaskID(0) test_do
[INFO] [stderr] 13 Finished task `single_threaded_executor::do_some`
[INFO] [stderr]  0 PERWARN: END [2.92444ms] do_some does not currently sort tasks well [interval took 52.85µs] 
[INFO] [stderr]  0 PERFWARN: BEGIN src/lib.rs:265:41 [2.94048ms] O(n) search for task_id
[INFO] [stderr]  0 PERWARN: END [2.95482ms] O(n) search for task_id [interval took 370ns] 
[INFO] [stderr]  11 PERFWARN: BEGIN src/lib.rs:208:25 [2.71311ms] do_some does not currently sort tasks well
[INFO] [stderr] 0 PERFWARN: statistics[O(n) search for task_id: 3.74µs,do_some does not currently sort tasks well: 1.96547ms,]
[INFO] [stderr]  11 PERWARN: END [2.9948ms] do_some does not currently sort tasks well [interval took 2.95µs] 
[INFO] [stderr]  11 PERFWARN: BEGIN src/lib.rs:208:25 [3.02678ms] do_some does not currently sort tasks well
[INFO] [stderr]   14 DEBUG: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/logwise-0.2.3/src/context.rs:235:13 [3.04033ms] Enter task `single_threaded_executor::do_some` parent: `11`
[INFO] [stderr]   14 DEBUG: src/lib.rs:235:13 [3.05525ms] Polling task TaskID(2) spawn_task
[INFO] [stderr] 14 Finished task `single_threaded_executor::do_some`
[INFO] [stderr]  11 PERWARN: END [3.21762ms] do_some does not currently sort tasks well [interval took 181.09µs] 
[INFO] [stderr]  11 PERFWARN: BEGIN src/lib.rs:265:41 [3.23441ms] O(n) search for task_id
[INFO] [stderr]  11 PERWARN: END [3.24669ms] O(n) search for task_id [interval took 810ns] 
[INFO] [stderr]  11 PERFWARN: BEGIN src/lib.rs:208:25 [3.33115ms] do_some does not currently sort tasks well
[INFO] [stderr]   15 DEBUG: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/logwise-0.2.3/src/context.rs:235:13 [3.34922ms] Enter task `single_threaded_executor::do_some` parent: `11`
[INFO] [stderr]   15 DEBUG: src/lib.rs:235:13 [3.71744ms] Polling task TaskID(2) spawn_task
[INFO] [stdout] test some_executor_adapter::tests::spawn_task_wake ... ok
[INFO] [stderr] 15 Finished task `single_threaded_executor::do_some`
[INFO] [stdout] 
[INFO] [stderr]  11 PERWARN: END [3.9142ms] do_some does not currently sort tasks well [interval took 569.63µs] 
[INFO] [stdout] test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stderr] 11 PERFWARN: statistics[do_some does not currently sort tasks well: 753.67µs,O(n) search for task_id: 810ns,]
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests some_local_executor
[INFO] [stderr] warning: unnecessary parentheses around type
[INFO] [stderr]    --> src/lib.rs:118:26
[INFO] [stderr]     |
[INFO] [stderr] 118 |     fn new(task: Pin<Box<(dyn DynLocalSpawnedTask<Executor<'executor>> + 'executor)>>, sender: Sender) -> Self {
[INFO] [stderr]     |                          ^                                                        ^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr]     |
[INFO] [stderr] 118 -     fn new(task: Pin<Box<(dyn DynLocalSpawnedTask<Executor<'executor>> + 'executor)>>, sender: Sender) -> Self {
[INFO] [stderr] 118 +     fn new(task: Pin<Box<dyn DynLocalSpawnedTask<Executor<'executor>> + 'executor>>, sender: Sender) -> Self {
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around type
[INFO] [stderr]    --> src/lib.rs:321:46
[INFO] [stderr]     |
[INFO] [stderr] 321 |     fn enqueue_task(&mut self, task: Pin<Box<(dyn DynLocalSpawnedTask<Executor<'tasks>> + 'tasks)>>) {
[INFO] [stderr]     |                                              ^                                                  ^
[INFO] [stderr]     |
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr]     |
[INFO] [stderr] 321 -     fn enqueue_task(&mut self, task: Pin<Box<(dyn DynLocalSpawnedTask<Executor<'tasks>> + 'tasks)>>) {
[INFO] [stderr] 321 +     fn enqueue_task(&mut self, task: Pin<Box<dyn DynLocalSpawnedTask<Executor<'tasks>> + 'tasks>>) {
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around type
[INFO] [stderr]    --> src/lib.rs:370:118
[INFO] [stderr]     |
[INFO] [stderr] 370 | ...ture<Output=Box<dyn Any>>>>, Box<dyn ObserverNotified<(dyn Any + 'static)>>>) -> Box<dyn Observer<Value=Box<dyn Any>, Output = F...
[INFO] [stderr]     |                                                          ^                 ^
[INFO] [stderr]     |
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr]     |
[INFO] [stderr] 370 -     fn spawn_local_objsafe(&mut self, task: Task<Pin<Box<dyn Future<Output=Box<dyn Any>>>>, Box<dyn ObserverNotified<(dyn Any + 'static)>>>) -> Box<dyn Observer<Value=Box<dyn Any>, Output = FinishedObservation<Box<dyn Any>>>> {
[INFO] [stderr] 370 +     fn spawn_local_objsafe(&mut self, task: Task<Pin<Box<dyn Future<Output=Box<dyn Any>>>>, Box<dyn ObserverNotified<dyn Any + 'static>>>) -> Box<dyn Observer<Value=Box<dyn Any>, Output = FinishedObservation<Box<dyn Any>>>> {
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around type
[INFO] [stderr]    --> src/lib.rs:376:131
[INFO] [stderr]     |
[INFO] [stderr] 376 | ...ture<Output=Box<dyn Any>>>>, Box<dyn ObserverNotified<(dyn Any + 'static)>>>) -> Box<dyn Future<Output=Box<dyn Observer<Value=Bo...
[INFO] [stderr]     |                                                          ^                 ^
[INFO] [stderr]     |
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr]     |
[INFO] [stderr] 376 -     fn spawn_local_objsafe_async<'s>(&'s mut self, task: Task<Pin<Box<dyn Future<Output=Box<dyn Any>>>>, Box<dyn ObserverNotified<(dyn Any + 'static)>>>) -> Box<dyn Future<Output=Box<dyn Observer<Value=Box<dyn Any>, Output = FinishedObservation<Box<dyn Any>>>>> + 's> {
[INFO] [stderr] 376 +     fn spawn_local_objsafe_async<'s>(&'s mut self, task: Task<Pin<Box<dyn Future<Output=Box<dyn Any>>>>, Box<dyn ObserverNotified<dyn Any + 'static>>>) -> Box<dyn Future<Output=Box<dyn Observer<Value=Box<dyn Any>, Output = FinishedObservation<Box<dyn Any>>>>> + 's> {
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: 4 warnings emitted
[INFO] [stderr] 
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "b6d212540f108422e9e5daeaa24557eeef45fadbc2e8eff0ed2df410d9ee283a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b6d212540f108422e9e5daeaa24557eeef45fadbc2e8eff0ed2df410d9ee283a", kill_on_drop: false }`
[INFO] [stdout] b6d212540f108422e9e5daeaa24557eeef45fadbc2e8eff0ed2df410d9ee283a
